xdoclet.sdk.xtag.migrator
Class Xdoclet
java.lang.Object
|
+--xdoclet.sdk.xgg.XGGPojo
|
+--xdoclet.sdk.xtag.migrator.Xdoclet
- public final class Xdoclet
- extends XGGPojo
XML element: <xdoclet/>
.
This element exists in the following versions:
- Author:
- XDoclet
Constructor Summary |
Xdoclet()
Default constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Xdoclet
public Xdoclet()
- Default constructor. Should not be called explicitly. It's available
only to be able to convert xml into beans with Betwixt.
addNamespace
public final void addNamespace(Namespace namespace)
throws IllegalStateException
XML element: <namespace/>
This element exists in the following versions:
The cardinality is (1..*)
- Parameters:
namespace
- the Namespace to add.
- Throws:
IllegalStateException
- if this method is illegal
with the current version.
getNamespaceCollection
public final Collection getNamespaceCollection()
Copyright © 2000-2003 XDoclet Team. All Rights Reserved.